
footer{
	width: 100%;
	height: 251px;
	background-color: #141f33;
	background-blend-mode: normal,normal;
	color: #fff;
	font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,Helvetica Neue,sans-serif;
}
footer>div{
	width: 1200px;
	margin: 0 auto;
}
.footer_left{
	float: left;
	width: 750px;
}
.footer_left img{
	display: block;
	margin-top: 50px;
}
.footer_left p{
	font-size: 14px;
	line-height: 1.8em;
	opacity: 0.5;
}
.footer_left p a{
	color: #fff;
}
.footer_left p a:hover{
	opacity: 1;
}
.footer_left p:hover{
	opacity: 1;
}
.footer_right{
	float: right;
	margin-left: 20px;
	width: 340px;
}
.footer_right .context{
	margin-top: 40px;
}
.footer_right .context div{
	text-align: center;
	font-size: 12px;
	float: right;
	margin-left: 42px;
}
.footer_right .context div p{
	line-height: 1em;
	margin: 10px 0;
}
.footer_right .context div:last-child{
	margin-left: 0;
}
.footer_right .call{
	font-size: 14px;
	opacity: 0.5;
	color: #fff;
	line-height: 2em;
}
.footer_right .call:hover{
	opacity: 1;
}
